<string>Here you can set how many backup images are allowed to store on the disk. On exceeding this value, the oldest backup images <b>will be automatically overwritten</b>.</string>
</property>
</widget>
<widget class="QLabel" row="3" column="1">
<property name="name">
<cstring>textLabel3</cstring>
</property>
<property name="text">
<string>Maximum disk space to store images:</string>
</property>
<property name="buddy" stdset="0">
<cstring>OptHotBackup_TempDriveCombo</cstring>
</property>
</widget>
<spacer row="3" column="4">
<property name="name">
<cstring>spacer67</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="QLabel" row="4" column="1">
<property name="name">
<cstring>textLabel3_2</cstring>
</property>
<property name="text">
<string>Maximum number of images to store:</string>
</property>
<property name="buddy" stdset="0">
<cstring>OptHotBackup_TempDriveCombo</cstring>
</property>
</widget>
<widget class="QSpinBox" row="3" column="2">
<property name="name">
<cstring>OptCyclicBackup_MaxSpace</cstring>
</property>
<property name="maxValue">
<number>999999</number>
</property>
<property name="minValue">
<number>100</number>
</property>
<property name="lineStep">
<number>100</number>
</property>
<property name="value">
<number>10000</number>
</property>
<property name="whatsThis" stdset="0">
<string>Here you can allocate the maximum allowed disk space in MB to store backup images. On exceeding this value the oldest backup images <b>will be automatically overwritten</b>.</string>
<string>Select the option to make every backup image as a complete base archive. On exceeding the <i>Maximum disk space to store images</i> parameter or/and the <i>Maximum number of backup images to store</i> parameter, the oldest backup images <b>will be automatically overwritten</b>.</string>
</property>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout5</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer66_2_4_5_4_2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Fixed</enum>
</property>
<property name="sizeHint">
<size>
<width>16</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="QLabel">
<property name="name">
<cstring>BackupTypeBasicTip</cstring>
</property>
<property name="text">
<string>Every image made during the operation will be created as a complete base image.</string>
</property>
<property name="alignment">
<set>WordBreak|AlignVCenter</set>
</property>
</widget>
</hbox>
</widget>
<widget class="QRadioButton">
<property name="name">
<cstring>OptCyclicBackup_UseDiffImages</cstring>
</property>
<property name="text">
<string>Differential type</string>
</property>
<property name="whatsThis" stdset="0">
<string>Select the option to make the first backup image as a complete base archive and all the next only differentiated from it. This method will let you considerably save your system resources. On exceeding the <i>Maximum disk space to store images</i> parameter or/and the <i>Maximum number of backup images to store</i> parameter, the oldest differential images <b>will be automatically overwritten</b>.</string>
</property>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout3</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer66_2_4_5_2_2_2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Fixed</enum>
</property>
<property name="sizeHint">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</spacer>
<widget class="QLabel">
<property name="name">
<cstring>BackupTypeDifferentialTip</cstring>
</property>
<property name="text">
<string>Every first image will be made as a complete base image, all the others will be differentiated from it. A differential backup only contains changes in the partition`s contents with respect to a complete image.</string>